Conversation
There was a problem hiding this comment.
just a couple things I noticed with the responsiveness:
we probably only really have to worry about getting down to around tablet size but either way its good to be more flexible than not
SelfServe text here is fixed:
CleanShot.2026-03-24.at.14.19.27.mp4
The outer container just shrinks width wise too much - it shouldn't be hardcoded but we ideally don't want it to stretch/shrink with each step that has different content inside:
CleanShot.2026-03-24.at.14.22.13.mp4
other things
- all the components should use named exports instead of default exports
- 5 step componetns + left panel + role card + onboarding page should change
- change
interface Xpropstotype Xprops = {...}for consitency - change the inline
style={{}}props to Tailwind-
RoleCard.tsxdoes this correctly / uses Tailwind but isn't rendered anywhere. I thinkRoleSelectionStepandEmployeeRoleStepuse inline styles to define this card
-
- change the hardcoded colors to use our design tokens in
styles.css
1081e2b to
04c8a61
Compare
danctila
left a comment
There was a problem hiding this comment.
🐐 ed job implementing the changes requested 🔥
the only thing I see left is the inline styles - if you could convert them to tailwind classes that would be the last thing then this is G2G
Dao-Ho
left a comment
There was a problem hiding this comment.
For sizing, use tailwind rem sizing instead of hard pixels
For colors, never use taliwind defaults or hex codes, use color variables defind in our figma and styles.css if missing, add the new colors
Dao-Ho
left a comment
There was a problem hiding this comment.
seems like your diffs are back, your prettier might not be using the config or these changes are left over from previous diffs.
76f9ddf to
0bfdfb6
Compare
…, responsiveness fixes, revert prettier
b031888 to
9e654a4
Compare
Description
Type of Change
Related Issue(s)
Closes #131
What Changed?
Testing & Validation
How this was tested
Screenshots/Recordings
Unfinished Work & Known Issues
Notes & Nuances
Pre-Merge Checklist
Code Quality
Testing & CI
Documentation
Reviewer Notes